Remove definition of XColor.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 25 Oct 2002 06:49:40 +0000 (06:49 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 25 Oct 2002 06:49:40 +0000 (06:49 +0000)
src/macgui.h
src/w32gui.h

index 87c8cc48f04b38cde53b0f5aa4eb1c8be6bb9105..a6ad18fddcffe1eccf5c881dc7308163fadfabe1 100644 (file)
@@ -37,16 +37,6 @@ typedef struct OpaqueWindowPtr* Window;
 typedef WindowPtr Window;
 #endif
 
-/* A definition of XColor for non-X frames.  */
-#ifndef HAVE_X_WINDOWS
-typedef struct {
-  unsigned long pixel;
-  unsigned short red, green, blue;
-  char flags;
-  char pad;
-} XColor;
-#endif
-
 #define FACE_DEFAULT (~0)
 
 
index 4121639fbf64cf82a0ddcb5ca4d3c5d9d1279eb4..9f59290027cb1a0fd457f7ed734a7718a6b1e0a8 100644 (file)
@@ -86,16 +86,6 @@ typedef struct _XImage
   /* Optional RGBQUAD array for palette follows (see BITMAPINFO docs).  */
 } XImage;
 
-/* A definition of XColor for non-X frames.  */
-#ifndef HAVE_X_WINDOWS
-typedef struct {
-  unsigned long pixel;
-  unsigned short red, green, blue;
-  char flags;
-  char pad;
-} XColor;
-#endif
-
 #define FACE_DEFAULT (~0)
 
 extern HINSTANCE hinst;